muandane is an independent software publisher whose catalog is presently represented by a single open-source utility that nevertheless illustrates the publisher’s focus on developer productivity and lightweight tooling. The product, “goji”, is a command-line commit helper written in Go that behaves like a conventional commitizen wizard but enriches the resulting message with standardized emoji prefixes. By guiding users through a short interactive prompt—selecting change type, scope, and description—goji automatically prepends the appropriate emoji (🐛 for bugfix, ✨ for feature, 📝 for docs, etc.) and formats the final string according to conventional-commit rules. The tool is especially useful for teams that want human-readable, visually scannable histories in Git hosting services such as GitHub, GitLab or Gitea, while still retaining the parsing benefits of rigid commit conventions for automated changelog generation or semantic-release pipelines. Distributed as a single static binary, goji runs on Windows, macOS and Linux without further dependencies; it can be aliased as the default git commit editor or invoked ad-hoc, and supports optional emoji skins and custom scopes through a small YAML config file. Although muandane’s portfolio is currently limited to this one utility, the publisher’s emphasis on minimalist, cross-platform Go utilities positions it as a source of unobtrusive developer aids. The software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream release, and can be queued for batch installation alongside other applications.
Commitizen-like Emoji Commit Tool written in Go
Details